<xs:simpleType name="InventoryMethod" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:annotation>
<xs:documentation xml:lang="de">
<dl>
<dt>Methode der Bestandsbewertung</dt>
<dt>Codeliste: </dt>
<dt>1 = Buchbestand</dt>
<dt>2 = Tatsächlicher Bestand</dt>
</dl>
</xs:documentation>
<xs:documentation xml:lang="en">
<dl>
<dt>Method of inventory rating</dt>
<dt>Code list: </dt>
<dt>1 = booked inventory </dt>
<dt>2 = counted inventory </dt>
</dl>
</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:string">
<xs:maxLength value="1" />
<xs:enumeration value="1" />
<xs:enumeration value="2" />
</xs:restriction>
</xs:simpleType>
|